ss_blog_claim=a92da441765f4a1d874a8747bc99ece7
One woman's plight in technical support.

Current News

Monday, January 19, 2009

How to: IIS (restarting)

Well, here's another in my small series on how to do things an admin needs to know how to do.
This one relates to IIS (Internet Information Services) which is the service, or rather series of services, that hosts connections to your server. This is also what holds up OWA and your web portal if you are self hosting.
Sample from a blog article I wrote:

One thing alot of admins don't know, is that you should never EVER restart the actual IIS service from the Services console. It's not because this sort of restart can cause harm, it's really because when you stop the IIS service several other services are stopped at the same time.

These services are dependent on IIS to run correctly. When IIS is restarted incorrectly, it doesn't usually come up with a list of services that were stopped during that time. Unless you have all these services memorized, it's best to not do an IIS restart this way.

Instead, it would be preferable to restart IIS with the methods I've outlined for you below. These will restart most of the services that IIS pulls down and will allow your system to resume regular operation the soonest.


Pre-note: The instructions below are for IIS 6.x and higher. In IIS 5 the instructions should be similar, but without the "All Tasks" portion.

My favorite method of restarting IIS is from the actual IIS console:

1. Click Start and go to Programs > Administrative Tools > Internet Information Services (IIS) Manager

2. In IIS, right-click and go to All Tasks > Restart IIS

3. In the window that pops up for confirmation click OK

You will then see a status window to let you know of your progress. It generally takes 2-4 minutes for the process to complete. You may be tempted to hit the End Now button, but typically I like to let this process flow naturally.

Note: If this takes longer than a few minutes to restart, or if it hangs, this may be an indication that there is a problem with your IIS. You may want to consider checking out Microsoft's website for more information, or instructions on how to reinstall IIS.


This is another method to restart from a console, this time from the Windows management console:

1. Right-click My Computer and go to Manage

2. Expand Services and Applications

3. Right-click Internet Information Services (IIS) Manager and go to All Tasks > Restart IIS



And lastly, from the command prompt:

1. From the Start menu, click Run.

2. In the Open box, type cmd, and click OK.

3. At the command prompt, type iisreset /noforce , and press ENTER.
(Note: You can also just type iisreset in most cases this will do the same thing.)

4. IIS attempts to stop all services before restarting.

The IISReset command-line utility waits up to one minute for all services to stop. If the services cannot be stopped within one minute, all IIS services are terminated, and IIS restarts.


Ok, so that's it. I have a MS article linked below for you to look at too, if you need it. :) Enjoy!!

Here's a Microsoft TechNet article with more detailed information about IIS.
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/003ed2fe-6339-4919-b577-6aa965994a9b.mspx?mfr=true

Labels: , , , , , , , , , , , , ,

If you have tech horror stories you'd like to share I'd love to hear them! If I really really like it, I'll even blog about it. So let's hear it, what do your dumb customers do?

posted by Reine at 7:33 AM | 0 people who've shared.

Disclosure
Back to Top

Monday, December 31, 2007

How to: RAM

I started this blog as a place to vent my frustration with my customers. People who should know how to do everything I do and then some and often do not. I think I'm going to add a series of "How to's" because, well, maybe they don't know these things because they couldn't find them. I've already done one - how to find your Windows Management console and the Services console.

Today I'm going to add another one. This is less of a "How to" and more of a why.

(Get to the point...skip the story)

In the world of software, there has come to be a misunderstanding when products are labeled. If you look on the side/bottom/back of a box for a game or other software you'll see the system requirements. It will advise you that you need x amount of RAM.
As an example: I have the game Guild Wars, and it's system requirement is 512 MB RAM. What this means is that the game requires 512 MB of RAM free. Not total.

When I'm running this game, pretty much everything else is out of the question, because it uses so much of my RAM. I have 512 MB. (I'm getting more SOON) Luckily for me, Windows is usually pretty smart, and keeps enough for itself so that it doesn't crash, and I have a swap file that covers alot too. (I may explain swap files later, who knows...lol ) So overall, the game runs pretty well, but often lags and takes a long long time to load.

As I mentioned before, I do technical support for some mail scanning software, and this mail scanning software requires 1 gig of RAM. If your system doesn't have enough RAM, this mail scanning software will take it. Unfortunately for all other software on the system, except Windows, that means that it could potentially crash your system.

Seeing as most of these systems (well, lets be real here... ALL these systems) are mail servers, the system crashing would be a bad thing.

What these admins need to know is... if you have Program A that requires 1 gig, and Program B that requires 512 mb and Program C that requires 512 - 1 gig (depending on the usage) you should have 1 gig + 512 mb + 1 gig = 2.5 gigs just for the software + 512 (at least) for the Operating system -- All in all this comes to 3 gigs.

If you didn't have 3 gigs in this situation, and these programs are all running at the same time, your system will flop. End of story.

For a normal consumer this isn't a big deal, because they don't tend to run multiple programs at once all the time. On a server, however... well, I think you can see what I'm getting at here.

The moral of the story is:
The amount of RAM required on the outside of the box is the MINIMUM required just to run that program and no other.
The amount of RAM required on the outside of the box is the amount that you must have FREE in order to use it.

Labels: , , , , , , , , , ,

If you have tech horror stories you'd like to share I'd love to hear them! If I really really like it, I'll even blog about it. So let's hear it, what do your dumb customers do?

posted by Reine at 2:04 PM | 0 people who've shared.

Disclosure
Back to Top

Friday, December 21, 2007

How could you not???

This morning was a fun morning. I had two calls in a row where I talked to some not so smart people. So today is an instruction lesson. Now, if you get paid more than $60,000 a year to work on a computer, you'd think that you'd know one of the basics of administering said system.



This is how you get to the management console in Windows:

1. Right-click on My Computer
2. Select Manage from the list.

Yay!! That's it. You're there.

Now, here's two ways to find the Services console->

First way:
1. Follow instructions above to get to the management console.
2. Expand "Services and Applications"
(* Left click on the little (+)Plus symbol to it's left to expand)
3. Click Services in the list.

Second way:
1. Click Start -> Run
2. Type Services.msc in the Run window.
3. Hit ENTER or OK

Tada! Now was that so hard?? How could you not know how to do this if you work on computers every day? Well, no more excuses. Now you know.









Labels: , , , , , , ,

If you have tech horror stories you'd like to share I'd love to hear them! If I really really like it, I'll even blog about it. So let's hear it, what do your dumb customers do?

posted by Reine at 1:03 PM | 0 people who've shared.

Disclosure
Back to Top

Friday, October 27, 2006

Read the Documentation

Everyday I have someone who calls and asks me something so inane I can hardly believe they are calling me. In every piece of software I've ever worked with there is always some sort of documentation that comes with the software that explains how to use it.


Almost always in plain english, all you need to do is follow the instructions. Still, some folks out there won't be able to follow the directions, either because they don't know enough about their operating system (OS) or because they just don't want to. The first of which I can tolerate, but the second..... well, lets just say they should just return the product.


When calling technical support, or heck, lets be crazy... ANY kind of phone support for a piece of software, a device, or even your lawnmower, show that you have some sense, and at least skim through the manual in an attempt to find your answer. If there's a webpage for the company, search there. If there is a forum or bulletin board, search there. The last one is very helpful, in almost all cases, someone else has already asked this question. All of these solutions, even doing all of them in consecutive order will save you umpteen hours of waiting on hold.


So please, save yourself from frustration, and don't call a phone support rep to find out how to do the average normal settings that are in your users' manual. The only exception to this rule, is that you've lost the book, and need a new copy. We are happy to provide these.


That's my rant for today. Have a good weekend!

Labels: , , , , , , , , , ,

If you have tech horror stories you'd like to share I'd love to hear them! If I really really like it, I'll even blog about it. So let's hear it, what do your dumb customers do?

posted by Reine at 12:33 PM | 0 people who've shared.

Disclosure
Back to Top